diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-09-25 16:28:14 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-09-25 16:28:14 +0200 |
commit | a01ba65e701c3fb39d81e3350ed8c029adb54ea5 (patch) | |
tree | 2734971147adce34555d30a6bb41834227be820a | |
parent | efc532b2e93567034cc2e9631f1c035020127e20 (diff) | |
parent | 9c888545df4818aae1db171bdf93749da6a4064f (diff) | |
download | Chimère - projet Saclay-a01ba65e701c3fb39d81e3350ed8c029adb54ea5.tar.bz2 Chimère - projet Saclay-a01ba65e701c3fb39d81e3350ed8c029adb54ea5.zip |
Merge branch 'master-v2.2' of ssh://git.proxience.com/home/proxience/git/chimere_saclay into master-v2.2
Conflicts:
settings.py
-rw-r--r-- | settings.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.py b/settings.py index a228d72..3bf047a 100644 --- a/settings.py +++ b/settings.py @@ -30,6 +30,10 @@ JQUERY_CSS_URLS = [] OSM_CSS_URLS = ["http://www.openlayers.org/api/theme/default/style.css"] GPSBABEL = '/usr/bin/gpsbabel' +# simplify with an error of 5 meters +GPSBABEL_OPTIONS = 'simplify,crosstrack,error=0.005k' +# GPSBABEL_OPTIONS = 'simplify,count=100' + # # chimere specific ## CHIMERE_DEFAULT_ZOOM = 10 # center of the map |